const encoding/json.scanEnd
8 uses
encoding/json (current package)
decode.go#L355: d.opcode = scanEnd
scanner.go#L132: scanEnd // top-level value ended *before* this byte; known to be first "stop" result
scanner.go#L166: return scanEnd
scanner.go#L170: return scanEnd
scanner.go#L335: return scanEnd
stream.go#L106: case scanEnd:
stream.go#L116: if stateEndValue(&dec.scan, ' ') == scanEnd {
stream.go#L130: if dec.scan.step(&dec.scan, ' ') == scanEnd {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |